-
I am using telethon to write a script. async def main(): client = TelegramClient(‘session’,api_id,api_hash) await client.connect() await client.start() @client.on(events.NewMessage()) async …
- 346 views
- 0 answers
- 0 votes
-
I am using Telegram API to extract some information in some chats and channels and I have made a list …
- 405 views
- 0 answers
- 0 votes
-
How to print an error messages that occurs inside an async method? @client.on(events.NewMessage) async def my_event_handler(event): In my case it …
- 364 views
- 1 answers
- 0 votes